Hi,
We are setting up an Orchestration which is sent to through the V2 API.
We want to get our Azure Alert Action Group to send to the Orchestration, however it doesn’t appear to be possible?
From what I can understand the V2 API requires that integration key is sent in the payload, as a part of the body, with it keyed by routing_key.
However, with the Azure webhooks (which would be our preferred means to send the alert (as opposed to, say, an e-mail)) the only thing that can be specified is the URL.
We tried to add the routing_key as a parameter in the query, but it was not liked (bad request); and we tried to send it using the V1 path (which has the integration key as part of the path), however whilst that successfully sent it never reached the orchestration.
n.b. we had set the orchestration to default to a service and tested it by sending an e-mail, which successfully went to the default service… i.e. the orchestration worked.
Does anyone know how send to the API V2 from Azure?